DC.setAttribute(stringAttributeNameOrKeyValueMap, value) Shorthand: DC.setAttr(stringAttributeNameOrKeyValueMap, value) Description: Sets the specified attributes on DC.wrapper. Returns: DC Object. Example: DC.setAttribute("role", "note"); DC.setAttribute({ role: "region", "aria-label": "Login" });